adTempus API
PreviousUpNext
IJobStatus::Status Property

Gets the current status of the job.

C++
__property JobStatusEnum* Status;
C#
JobStatusEnum* Status;
Visual Basic
Property Status() As JobStatusEnum*

The JobStatusEnum value returned by this property indicates the most recent status of the job. If more than one instance of the job is executing, the Status may not be helpful, as it reflects the last instance to have reported a status change. For more useful information, get the ExecutionHistoryItems for the running instances, and check their statuses.

adTempus API Reference version 3.0.0.0, revised 10/30/2008